home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  156 b   |  9 lines

  1. on exitFrame
  2.   global gVoiceFlag, gBeenThere
  3.   set gBeenThere to 0
  4.   set gVoiceFlag to 0
  5.   repeat with nn = 4 to 6
  6.     puppetSprite(nn, 1)
  7.   end repeat
  8. end
  9.